home *** CD-ROM | disk | FTP | other *** search
- :---------------------------------------------------------------------
- : exam8.ftp
- : iFTP example script, using the MOVE command
- :---------------------------------------------------------------------
-
- open ftpsite
- if not success then goto error
- move ftp:/dl*.zip import
- if not success then goto error
- exit
-
- :----------------------------------------------------------------------
- LABEL error
- WriteError "Error"
-
-